Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a bug in the typescript definition and updated readme. #17

Merged
merged 1 commit into from
Apr 11, 2017

Conversation

DJWassink
Copy link
Collaborator

Buch of small different changes in this PR.

I am not completely sure about including the @types/validator package with property-validator.
It is required that it is preset in the dependencies instead of devDependencies because of: microsoft/types-publisher#81

Instead of this we could change the readme to tell users to install this package manually if they wan't the correct typings.

But I guess most users use it at the backend so this package isn't that much of a burden. And frontend devs properly don't even include the definitions anyway. Anyhow let me know what you think.

@DJWassink DJWassink force-pushed the change/typescript-fixes-and-readme-update branch from b03841d to 61cfff3 Compare April 11, 2017 12:28
@DJWassink DJWassink force-pushed the change/typescript-fixes-and-readme-update branch from 61cfff3 to 59ae1df Compare April 11, 2017 12:29
Copy link
Owner

@nettofarah nettofarah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Too bad we have to include the types as a dependency. But I think we should be alright, since module bundlers won't really include the type defitions in the final bundle.

LGTM

@nettofarah nettofarah merged commit 08ec8bb into master Apr 11, 2017
@DJWassink DJWassink deleted the change/typescript-fixes-and-readme-update branch April 11, 2017 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants